<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-wrap{position:fixed;width:100%;bottom:0;left:0;z-index:99999;background-color: #ff0000;opacity:0;filter:alpha(opacity=0);visibility:hidden;transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);-webkit-transform:translateY(100%);-moz-transform:translateY(100%);transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;-webkit-transition:all 1s ease;-moz-transition:all 1s ease}.product-wrap.show{opacity:1;filter:alpha(opacity=100);visibility:visible;transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;-webkit-transition:all 1s ease;-moz-transition:all 1s ease}.product-main{width:88.2%;margin:0 auto}.product-main .swiper-wrapper{-webkit-transition-timing-function:linear!important;-moz-transition-timing-function:linear!important;-ms-transition-timing-function:linear!important;-o-transition-timing-function:linear!important;transition-timing-function:linear!important}.product-close{width:32px;height:32px;background:url(../img/products/close.png) no-repeat;background-size:100% 100%;position:absolute;top:50%;right:3%;transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);cursor:pointer;z-index:1000000}@media (max-width:1200px){.product-close{right:15px}}@media (max-width:768px){.product-main{width:80%}.product-close{right:10px;width:20px;height:20px;background-size:20px 20px}}</pre></body></html>